font button: Fix translation of font-name default
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 Apr 2016 03:08:03 +0000 (23:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 26 Apr 2016 03:09:19 +0000 (23:09 -0400)
The default value should come out of regular translations, not
property translations.

gtk/gtkfontbutton.c

index 82021b8881683394f43f54a335ad3d4ee29033a1..b1e0000da07289c15fb0374ed1bc80fa8d36a8e7 100644 (file)
@@ -490,7 +490,7 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
                                    g_param_spec_string ("font-name",
                                                         P_("Font name"),
                                                         P_("The name of the selected font"),
-                                                        P_("Sans 12"),
+                                                        _("Sans 12"),
                                                         GTK_PARAM_READWRITE));
 
   /**